pact_matching 2.0.3

Pact-Rust support library that implements request and response matching logic
Documentation
{
  "match": false,
  "comment": "Headers values are case sensitive",
  "expected" : {
    "method": "POST",
    "path": "/path",
    "query": {},
    "headers": {
      "Type": "alligators"
    }
  },
  "actual": {
    "method": "POST",
    "path": "/path",
    "query": {},
    "headers": {
      "Type": "Alligators"
    }
  }
}